home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / gamelib.h < prev    next >
C/C++ Source or Header  |  1995-02-22  |  188b  |  8 lines

  1. #ifndef _GAMELIB
  2. #define _GAMELIB
  3.  
  4. void screencopy(void *source, void *destination);
  5. void showwindow(void *source, void *destination, unsigned int image_width);
  6. void waitvbl(void);
  7. #endif
  8.